* {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #367e12;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide {
  display: none;
}
.show {
  display: block;
}
ul li {
  list-style: none;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}
img {
  border: none;
  vertical-align: middle;
}
body {
  font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333;
  min-width: 1200px;
  background-size: 100% 100%;
}
.header1 {
  background: #367e12;
  width: 100%;
  height: 52px;
}
.header1 .nav-header {
  width: 1250px;
  margin: 0 auto;
}
.header1 .nav-header .right-nav {
  position: relative;
  color: #fff;
  height: 52px;
  line-height: 52px;
  float: right;
  padding: 0 15px;
}
.header1 .nav-header .right-nav a {
  padding: 0 16px;
  font-size: 12px;
  color: #fff;
}
.header1 .nav-header .right-nav .user-login {
  position: relative;
}
.header1 .nav-header .right-nav .news-tip {
  width: 20px;
  height: 20px;
  top: -5px;
  right: -10px;
  position: absolute;
  padding: 0;
}
.header1 .nav-header .right-nav .news-hide {
  position: absolute;
  display: none;
  bottom: -50px;
  font-size: 12px;
  right: -18px;
  background: url("../../images/nanning/tipbg_07.png") no-repeat;
  width: 198px;
  height: 55px;
  text-align: center;
  color: #da8804;
}
.header1 .nav-item {
  display: inline-block;
  width: 140px;
  height: 26px;
  position: relative;
  margin-right: 8px;
}
.header1 .nav-item .box-select-btn {
  width: 126px;
  padding-left: 14px;
  background-color: #569735;
  text-align: left;
  cursor: pointer;
}
.header1 .nav-item .box-select-btn i {
  background: url("../../images/nanning/select-icon_03.png") no-repeat;
  position: absolute;
  right: 10px;
  top: 20px;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.header1 .nav-item .box-select-lists {
  display: none;
  background: #569735;
  overflow: auto;
  position: absolute;
  z-index: 888;
  top: 40px;
  left: 0;
}
.header1 .nav-item .box-select-lists a {
  display: inline-block;
  width: 117px;
  padding-left: 5px;
  line-height: 32px;
  float: left;
  color: #fff;
  text-align: center;
}
.header1 .nav-item .box-select-lists a:hover {
  background: #367e12;
}
.header1 .nav-item .box-select-lists::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.header1 .nav-item .box-select-lists::-webkit-scrollbar-button {
  background-color: #367e12;
}
.header1 .nav-item .box-select-lists::-webkit-scrollbar-track {
  background: #367e12;
}
.header1 .nav-item .box-select-lists::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}
.header1 .nav-item .box-select-lists::-webkit-scrollbar-corner {
  background: #367e12;
}
.header1 .nav-item .show {
  display: block;
}
.search-cont {
  background: url("../../images/nanning/search-bg_05.png");
}
.search-cont .title-box {
  width: 1200px;
  margin: 0 auto;
  background: url("../../images/nanning/search-flor_03.png") no-repeat -62px 0;
}
.search-cont .title-box .title-logo {
  margin-top: 30px;
  margin-left: 340px;
  width: 435px;
  height: 110px;
}
.search-cont .title-box .high-search {
  color: #333;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  text-align: center;
  margin-left: 10px;
}
.search-cont .title-box .high-search:hover {
  color: #367e12;
}
.search-cont .title-box .search-box {
  position: relative;
  width: 860px;
  padding: 28px 170px;
}
.search-cont .title-box .search-box .search-tips {
  position: absolute;
  left: 276px;
  top: 75px;
  display: none;
  width: 90px;
  background: #fff;
  margin-top: 10px;
  z-index: 99;
  box-shadow: 0px 0px 2px 1px #ddd;
}
.search-cont .title-box .search-box .search-tips img {
  position: absolute;
  top: -5px;
  left: 42px;
}
.search-cont .title-box .search-box .search-tips p {
  border-bottom: 1px solid #ddd;
  width: 86px;
  margin: 0 2px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.search-cont .title-box .search-box .bar {
  width: 770px;
  border: 1px solid #daebdf;
  float: left;
}
.search-cont .title-box .search-box .bar .list {
  float: left;
  width: 110px;
  background-color: #fff;
}
.search-cont .title-box .search-box .bar select {
  font-size: 16px;
  border: 0;
  width: 100%;
  height: 46px;
  padding: 0 15px;
  cursor: pointer;
  background-color: #fff;
  outline: 0;
  color: #333;
  background: url(../../images/nanning/select-ng_03.png) no-repeat right;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.search-cont .title-box .search-box .bar input {
  float: left;
  font-size: 16px;
  background-color: #fff;
  padding: 0 0 0 10px;
  width: 540px;
  outline: 0;
  border: 0;
  height: 46px;
}
.search-cont .title-box .search-box .bar button {
  width: 110px;
  height: 46px;
  color: #fff;
  background-color: #367e12;
  border: 0;
  font-size: 16px;
  float: left;
  cursor: pointer;
  outline: 0;
}
.search-cont .title-box .search-box .bar button img {
  margin-right: 5px;
  position: relative;
  left: 0px;
  top: -2px;
}
.search-cont .title-box .search-box .bar button:hover {
  opacity: 0.8;
}
.search-cont .title-box .search-box .check-radio {
  clear: both;
  margin-top: 15px;
  text-align: left;
}
.search-cont .title-box .search-box .check-radio .hide {
  display: none;
}
.search-cont .title-box .search-box .check-radio input {
  width: 15px;
  height: 15px;
  margin-left: 30px;
  cursor: pointer;
  margin-right: 3px;
}
.search-cont .title-box .search-box .check-radio span {
  position: relative;
  top: -2px;
}
.search-cont .title-box .search-booklist {
  padding-left: 190px;
}
.search-cont .title-box .search-booklist .booklist-bar {
  width: auto;
}
.search-cont .title-box .search-booklist .booklist-bar input {
  width: 620px;
}
.search-cont .title-box .search-booklist .booklist-bar button {
  width: 125px;
}
.search-cont .title-box .search-booklist .booklist-bar button img {
  margin-right: 8px;
  top: 0;
}
.search-cont .title-region {
  background: none;
}
.search-region {
  background: none;
}
.media-img-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 199;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.media-img-layer .media-img {
  max-width: 1800px;
  max-height: 900px;
  position: absolute;
  text-align: center;
  z-index: 2299;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.media-img-layer .media-img img {
  max-width: 1800px;
  max-height: 900px;
}
.media-img-close {
  width: 100%;
  height: 100%;
  top: 0;
  border: beige;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1111;
  position: fixed;
  cursor: pointer;
}
.content {
  background: url("../../images/nanning/content-bg_06.png") no-repeat bottom #f4fbf4;
  background-size: contain;
  min-height: 650px;
  overflow: auto;
  /*铏氭嫙鏂瑰織棣�*/
}
.content .booklist-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 199;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.content .booklist-layer .layer-info {
  width: 475px;
  height: 270px;
  position: absolute;
  text-align: center;
  z-index: 2299;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border: 5px solid #a3c790;
  background: #fff;
}
.content .booklist-layer .layer-info h2 {
  text-align: center;
  font-size: 20px;
  margin: 75px 0 20px 0;
  font-weight: normal;
}
.content .booklist-layer .layer-info p {
  text-align: center;
  font-size: 14px;
}
.content .booklist-layer .layer-info .borrow-btn {
  position: absolute;
  bottom: 20px;
  left: 175px;
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #a3c790;
  border-radius: 4px;
  color: #367e12 ;
  font-size: 16px;
}
.content .booklist-layer .layer-info .close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 26px;
  cursor: pointer;
}
.content .cont-box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}
.content .cont-box .title-p {
  font-family: simsun;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  position: relative;
}
.content .cont-box .title-p span {
  font-family: cambria;
  font-size: 12px;
  display: block;
  letter-spacing: 1px;
}
.content .cont-box .title-p a {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: normal;
  font-size: 12px;
}
.content .cont-box .title-p a:hover {
  color: #367e12;
}
.content .cont-box .resource-box {
  width: 680px;
  height: 220px;
  float: left;
  margin-left: 70px;
}
.content .cont-box .resource-box .book-list {
  padding-top: 10px;
}
.content .cont-box .resource-box .book-list .book-item {
  width: 80px;
  height: 125px;
  float: left;
  margin-right: 15px;
  display: block;
}
.content .cont-box .resource-box .book-list .book-item img {
  width: 78px;
  height: 105px;
  border: 2px solid #d6c2a8;
}
.content .cont-box .resource-box .book-list .book-item span {
  display: block;
  text-align: center;
  height: 35px;
  line-height: 55px;
}
.content .cont-box .resource-box .book-list2 .book-item {
  width: 70px;
  height: 125px;
  float: left;
  margin-right: 14px;
  display: block;
}
.content .cont-box .resource-box .book-list2 .book-item img {
  width: 70px;
  height: 90px;
  border: 2px solid #d6c2a8;
}
.content .cont-box .resource-box .book-list2 .book-item span {
  display: block;
  text-align: center;
  height: 35px;
  line-height: 35px;
}
.content .cont-box .notice-box {
  float: left;
  width: 390px;
}
.content .cont-box .notice-box .notice-item {
  display: inline-block;
  font-size: 12px;
  width: 380px;
  border-bottom: 1px dashed #bfc2bf;
  height: 28px;
  line-height: 28px;
}
.content .cont-box .notice-box .notice-item .notice-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
  display: inline-block;
}
.content .cont-box .notice-box .notice-item .notice-text:before {
  content: '';
  width: 3px;
  height: 3px;
  display: inline-block;
  background: #333;
  top: -3px;
  margin-right: 8px;
  position: relative;
}
.content .cont-box .notice-box .notice-item .dot-span {
  font-size: 16px;
}
.content .cont-box .notice-box .notice-item .time-span {
  float: right;
  margin-right: 5px;
}
.content .cont-box .focal-book {
  clear: both;
  padding-left: 65px;
  padding-top: 40px;
}
.content .cont-box .focal-book .picScroll-left {
  width: 1080px;
  position: relative;
  margin-left: -10px;
}
.content .cont-box .focal-book .picScroll-left .hd .prev {
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url("../../images/nanning/notice-btn_03.png") no-repeat top;
  left: -35px;
  top: 60px;
  position: absolute;
}
.content .cont-box .focal-book .picScroll-left .hd .next {
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url("../../images/nanning/notice-btn_03.png") no-repeat bottom;
  right: -45px;
  position: absolute;
  top: 60px;
}
.content .cont-box .focal-book .picScroll-left .bd {
  overflow: hidden;
  width: 1080px;
}
.content .cont-box .focal-book .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.content .cont-box .focal-book .picScroll-left .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 116px;
  height: 200px;
  padding: 10px;
}
.content .cont-box .focal-book .picScroll-left .bd ul li .pic {
  text-align: center;
  padding: 4px;
}
.content .cont-box .focal-book .picScroll-left .bd ul li .pic img {
  width: 105px;
  height: 140px;
  display: block;
  border: 2px solid #fff;
  box-shadow: 0 0 15px 0 #888;
}
.content .cont-box .focal-book .picScroll-left .bd ul li .pic span {
  height: 30px;
  line-height: 30px;
  display: block;
  width: 108px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content .cont-box2 {
  width: 1170px;
  margin: 1px auto;
  background: #fafcfa;
  box-shadow: -1px 8px 26px -3px #9bb79b;
  min-height: 915px;
  padding: 0 15px;
  overflow: auto;
}
.content .cont-box2 .title-a {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  margin-bottom: 10px;
}
.content .cont-box2 .detail-title {
  border-bottom: 1px solid #ddd;
}
.content .cont-box2 .left-section {
  width: 240px;
  float: left;
  border-right: 1px solid #ddd;
}
.content .cont-box2 .left-section .nav-title {
  height: 40px;
  line-height: 40px;
  background: #f0eadc;
  color: #755f2f;
  font-size: 16px;
  padding-left: 15px;
  font-weight: bold;
}
.content .cont-box2 .left-section .nav-ul {
  background: #f8f6f1;
  overflow: auto;
}
.content .cont-box2 .left-section .nav-ul li {
  color: #755f2f;
}
.content .cont-box2 .left-section .nav-ul li .count-span {
  float: right;
  margin-right: 25px;
  color: #a0a09f;
  font-size: 12px;
}
.content .cont-box2 .left-section .nav-ul li .nav-type {
  line-height: 40px;
  border-bottom: 1px solid #f0eadc;
  padding-left: 20px;
  display: block;
  font-size: 13px;
  color: #755f2f;
}
.content .cont-box2 .left-section .nav-ul li .nav-type span {
  cursor: pointer;
}
.content .cont-box2 .left-section .nav-ul li .nav-type i {
  background: url("../../images/nanning/nav-i_03.png") no-repeat bottom;
  width: 15px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}
.content .cont-box2 .left-section .nav-ul li .nav-type .select-i {
  background: url("../../images/nanning/nav-i_03.png") no-repeat top;
}
.content .cont-box2 .left-section .nav-ul li .nav-list {
  display: none;
}
.content .cont-box2 .left-section .nav-ul li .nav-list span {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #f0eadc;
  padding-left: 40px;
  display: block;
  font-size: 13px;
  color: #755f2f;
  cursor: pointer;
}
.content .cont-box2 .left-section .nav-ul li .nav-list span em {
  cursor: pointer;
  font-style: normal;
}
.content .cont-box2 .left-section .nav-ul li .nav-list .count-span {
  color: #a0a09f;
  cursor: pointer;
}
.content .cont-box2 .left-section .author-left .author-tit {
  width: 220px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  padding-left: 20px;
  background: #eee7d7;
  color: #755f2f;
}
.content .cont-box2 .left-section .author-left .author-nav {
  background: #f8f6f1;
}
.content .cont-box2 .left-section .author-left .author-nav a {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #f0eadc;
  padding-left: 20px;
  display: block;
  font-size: 13px;
  color: #755f2f;
}
.content .cont-box2 .left-section .author-left .author-nav .author-cur span {
  font-size: 14px;
  text-decoration: underline;
  color: #755f2f;
  font-weight: bold;
}
.content .cont-box2 .left-section .publish-time {
  max-height: 205px;
  overflow: hidden;
}
.content .cont-box2 .left-section .showMorehandle {
  line-height: 40px;
  border-bottom: 1px solid #f0eadc;
  padding-left: 40px;
  display: block;
  font-size: 12px;
  background: #f8f6f1;
  color: #755f2f;
  cursor: pointer;
}
.content .cont-box2 .left-section .showMorehandle span {
  background: url("../../images/nanning/more-btn_07.png") no-repeat right;
  width: 65px;
  display: inline-block;
}
.content .cont-box2 .left-section .showMorehandle .back-img {
  background: url("../../images/nanning/more-btn_08.png") no-repeat right;
}
.content .cont-box2 .left-section .auto-height {
  max-height: 10000px;
}
.content .cont-box2 .left-section .words-cloud {
  width: 220px;
  margin-top: 30px;
  height: 300px;
  margin-left: 5px;
}
.content .cont-box2 .left-section .words-cloud p {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}
.content .cont-box2 .left-section .words-cloud #tagscloud {
  width: 235px;
  height: 220px;
  position: relative;
  font-size: 12px;
  color: #333;
  margin: 20px auto 0;
  text-align: center;
}
.content .cont-box2 .left-section .words-cloud #tagscloud a {
  position: absolute;
  top: 0;
  left: 0;
  color: #937e6b;
  text-decoration: none;
  margin: 0 0 15px 0;
  line-height: 18px;
  text-align: center;
  font-size: 16px;
  padding: 1px 4px;
  display: inline-block;
  border-radius: 3px;
}
.content .cont-box2 .left-section .words-cloud .cloud-tag1 {
  font-size: 22px;
  color: #b05703;
}
.content .cont-box2 .left-section .words-cloud .cloud-tag2 {
  font-size: 20px;
  color: #9f662f;
}
.content .cont-box2 .left-section .words-cloud #tagscloud a:hover {
  color: #b05703;
  font-size: 18px;
}
.content .cont-box2 .left-section .res-nav {
  background: #f8f6f1;
}
.content .cont-box2 .left-section .res-nav a {
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #755f2f;
  display: block;
  border-bottom: 1px solid #f0eadc;
  font-size: 16px;
}
.content .cont-box2 .left-section .res-nav .select-a {
  background: #eee7d7;
}
.content .cont-box2 .left-section .head-item {
  background: #f8f6f1;
  text-align: center;
  border-bottom: 1px solid #f0eadc;
  padding: 20px 0;
}
.content .cont-box2 .left-section .head-item img {
  display: inline-block;
}
.content .cont-box2 .left-section .head-item span {
  display: block;
  width: 240px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content .cont-box2 .left-section .new-book {
  margin: 50px 0;
}
.content .cont-box2 .left-section .new-book h3 {
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  width: 200px;
}
.content .cont-box2 .left-section .new-book a {
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.content .cont-box2 .left-section .new-book a span {
  color: #755f2f;
  font-size: 14px;
}
.content .cont-box2 .left-section .new-book a:hover {
  color: #755f2f;
}
.content .cont-box2 .left-section2 {
  width: 265px;
}
.content .cont-box2 .left-section2 .subscribe-item {
  width: 265px;
  padding-bottom: 20px;
  background: #f5f2ea;
}
.content .cont-box2 .left-section2 .subscribe-item .subscribe-info img {
  float: left;
  display: block;
  width: 100px;
  height: 60px;
  margin: 20px 12px 0 10px;
}
.content .cont-box2 .left-section2 .subscribe-item .subscribe-info p {
  width: 140px;
  height: 20px;
  float: left;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}
.content .cont-box2 .left-section2 .subscribe-item .subscribe-info .subscribe-btn {
  width: 65px;
  height: 25px;
  display: block;
  float: left;
  background: url("../../images/nanning/subscrib_03.png") no-repeat bottom;
}
.content .cont-box2 .left-section2 .subscribe-item .subscribe-info .subscribe-done {
  background: url("../../images/nanning/subscrib_03.png") no-repeat top;
}
.content .cont-box2 .left-section2 .subscribe-item .subscribe-text {
  clear: both;
  font-size: 12px;
  color: #666;
  padding: 10px 8px 0 15px;
  line-height: 160%;
}
.content .cont-box2 .left-section2 .subscribe-item2 {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.content .cont-box2 .left-section2 .subscribe-love {
  width: 260px;
  margin-top: 30px;
  padding-bottom: 50px;
}
.content .cont-box2 .left-section2 .subscribe-love .subscribe-p {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
}
.content .cont-box2 .subscribe-list .subscribe-item {
  float: left;
  width: 350px;
  height: 150px;
  border-bottom: 1px solid #ddd;
  margin-left: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.content .cont-box2 .subscribe-list .subscribe-item .subscribe-info img {
  float: left;
  display: block;
  width: 100px;
  height: 60px;
  margin: 20px 12px 0 10px;
}
.content .cont-box2 .subscribe-list .subscribe-item .subscribe-info p {
  width: 210px;
  height: 20px;
  float: left;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}
.content .cont-box2 .subscribe-list .subscribe-item .subscribe-info .subscribe-btn {
  width: 65px;
  height: 25px;
  display: block;
  float: left;
  background: url("../../images/nanning/subscrib_03.png") no-repeat bottom;
}
.content .cont-box2 .subscribe-list .subscribe-item .subscribe-info .subscribe-done {
  background: url("../../images/nanning/subscrib_03.png") no-repeat top;
}
.content .cont-box2 .subscribe-list .subscribe-item .subscribe-love {
  width: 260px;
  margin-top: 30px;
  padding-bottom: 50px;
}
.content .cont-box2 .subscribe-list .subscribe-item .subscribe-love .subscribe-p {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
}
.content .cont-box2 .subscribe-list .subscribe-item .subscribe-text {
  clear: both;
  font-size: 12px;
  color: #666;
  padding: 10px 8px 0 15px;
  line-height: 160%;
}
.content .cont-box2 .author-cont {
  display: none;
}
.content .cont-box2 .author-cont .notice-item {
  width: 855px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  border-bottom: 1px dashed #ddd;
}
.content .cont-box2 .author-cont .notice-item a {
  width: 760px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.content .cont-box2 .author-cont .notice-item a:before {
  width: 5px;
  height: 5px;
  content: "";
  display: inline-block;
  position: relative;
  left: 5px;
  top: -2px;
  margin-right: 8px;
  background: #734409;
  border-radius: 50%;
}
.content .cont-box2 .author-cont .notice-item a:hover {
  color: #333;
}
.content .cont-box2 .author-cont .notice-item .notice-time {
  float: right;
  color: #aaa;
  font-size: 12px;
  margin-right: 10px;
}
.content .cont-box2 .author-cont .author-p {
  font-size: 14px;
  color: #333;
  line-height: 180%;
  margin-top: 20px;
}
.content .cont-box2 .author-cont .author-p h2 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin: 20px 0;
}
.content .cont-box2 .author-cont .author-p h2 span {
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}
.content .cont-box2 .author-cont .author-p p {
  text-indent: 30px;
  font-size: 14px;
  color: #333;
  line-height: 160%;
  margin-bottom: 20px;
  margin-top: 6px;
  padding: 0 20px 0 0;
  word-wrap: break-word;
}
.content .cont-box2 .author-cont .author-p p img {
  max-width: 790px;
}
.content .cont-box2 .author-on {
  display: block;
}
.content .cont-box2 .right-section {
  float: left;
  min-height: 610px;
  width: 875px;
  padding-left: 50px;
  border-left: 1px solid #ddd;
  margin-left: -1px;
}
.content .cont-box2 .right-section .result-title {
  width: 855px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}
.content .cont-box2 .right-section .result-title .goback {
  float: right;
  background: url("../../images/nanning/goback_03.png") no-repeat;
  width: 100px;
  height: 30px;
  display: block;
}
.content .cont-box2 .right-section .result-title .result-num {
  float: right;
  margin-right: 15px;
  font-size: 14px;
}
.content .cont-box2 .right-section .result-title .result-num a {
  color: #755f2f;
  font-weight: bold;
}
.content .cont-box2 .right-section .result-search {
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}
.content .cont-box2 .right-section .result-search input {
  width: 100px;
  height: 28px;
  border: 1px solid #ddd;
  padding-left: 5px;
}
.content .cont-box2 .right-section .result-search .search-btn {
  width: 60px;
  height: 30px;
  background: #af955d;
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}
.content .cont-box2 .right-section .result-search select {
  width: 160px;
  height: 30px;
  border: 1px solid #ddd;
  float: right;
  margin-right: 20px;
  padding-left: 5px;
  margin-top: 5px;
}
.content .cont-box2 .right-section .result-item-box {
  margin-top: 30px;
  overflow: hidden;
}
.content .cont-box2 .right-section .result-item-box .result-item {
  width: 840px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 15px;
}
.content .cont-box2 .right-section .result-item-box .result-item h2 {
  float: left;
  margin-bottom: 0;
}
.content .cont-box2 .right-section .result-item-box .result-item .result-a {
  color: #755f2f;
  font-size: 16px;
  max-width: 562px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .cont-box2 .right-section .result-item-box .result-item .result-btn {
  float: right;
}
.content .cont-box2 .right-section .result-item-box .result-item .result-btn .result-read {
  float: left;
  padding: 0 7px;
  margin-right: 8px;
  background: #f0eadc;
  color: #af955d;
  line-height: 31px;
  display: inline-block;
  border-radius: 50px;
}
.content .cont-box2 .right-section .result-item-box .result-item .result-btn .result-read img {
  position: relative;
  top: -2px;
}
.content .cont-box2 .right-section .result-item-box .result-item .result-btn .result-read span {
  margin-left: 5px;
  display: inline-block;
}
.content .cont-box2 .right-section .result-item-box .result-item .result-btn .result-booklist {
  padding-right: 10px;
}
.content .cont-box2 .right-section .result-item-box .result-item .result-btn .result-booklist img {
  top: 0;
}
.content .cont-box2 .right-section .result-item-box .result-item .result-btn .stored-btn {
  float: left;
  width: 63px;
  height: 31px;
  padding: 0;
  background: url("../../images/nanning/read-load_08.png") no-repeat;
  display: none;
  background-color: #f0eadc;
  margin-right: 8px;
  border-radius: 50px;
}
.content .cont-box2 .right-section .result-item-box .result-item .result-btn .stored-btn span {
  display: inline-block;
  height: 31px;
  line-height: 31px;
  width: 30px;
  margin-left: 28px;
  vertical-align: top;
  color: #af955d;
}
.content .cont-box2 .right-section .result-item-box .result-item .result-msg {
  clear: both;
  font-size: 12px;
  line-height: 180%;
  padding-top: 8px;
  width: 600px;
  margin-bottom: 5px;
}
.content .cont-box2 .right-section .result-item-box .result-item .result-info {
  color: #333;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  margin-right: 40px;
}
.content .cont-box2 .right-section .result-item-box .result-item .result-info span {
  color: #333;
  font-weight: normal;
  margin-right: 75px;
}
.content .cont-box2 .right-section .result-item-box .result-book-item {
  overflow: hidden;
}
.content .cont-box2 .right-section .result-item-box .result-book-item .result-img {
  float: left;
  width: 96px;
  height: 136px;
  border: 1px solid #ddd;
}
.content .cont-box2 .right-section .result-item-box .result-book-item .result-img img {
  width: 96px;
  height: 136px;
}
.content .cont-box2 .right-section .result-item-box .result-book-item .result-book-info {
  float: left;
  width: 720px;
  padding-left: 20px;
}
.content .cont-box2 .right-section .result-item-box .result-book-item .result-book-info .result-book-span-wrap {
  position: relative;
  height: 104px;
  clear: both;
}
.content .cont-box2 .right-section .result-item-box .result-book-item .result-book-info .result-book-span {
  clear: both;
  position: absolute;
  width: 720px;
}
.content .cont-box2 .right-section .result-item-box .result-book-item .result-book-info .result-book-span .result-info {
  display: inline-block;
  width: 300px;
  font-size: 12px;
}
.content .cont-box2 .right-section .result-item-box .result-book-item .result-book-info .result-book-span .result-info.guancang {
  position: relative;
}
.content .cont-box2 .right-section .result-item-box .result-book-item .result-book-info .result-book-span .result-info.guancang .btn-lists {
  display: inline-block;
  height: 30px;
  width: 80px;
  overflow: hidden;
  position: absolute;
  left: 130px;
  color: #3d7f1d;
  cursor: pointer;
}
.content .cont-box2 .right-section .result-item-box .result-book-item .result-book-info .result-book-span .result-info.guancang .btn-lists p {
  line-height: 30px;
}
.content .cont-box2 .right-section .result-item-box .result-book-item .result-book-info .result-book-span .result-info.guancang .btn-lists.open .one {
  position: absolute;
  top: 30px;
}
.content .cont-box2 .right-section .result-item-box .result-book-item .result-book-info .result-book-span .result-info span {
  width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  font-weight: normal;
}
.content .cont-box2 .right-section .result-item-box .result-book-item .tb-guancang-num {
  clear: both;
  padding-top: 5px;
  display: none;
}
.content .cont-box2 .right-section .result-item-box .result-book-item .tb-guancang-num table {
  width: 100%;
  text-align: center;
  color: #333;
}
.content .cont-box2 .right-section .result-item-box .result-book-item .tb-guancang-num table tr {
  height: 39px;
  line-height: 39px;
}
.content .cont-box2 .right-section .result-item-box .result-book-item .tb-guancang-num table tr:nth-child(odd) {
  background-color: #f3f9f3;
}
.content .cont-box2 .right-section .result-item-box .result-book-item .tb-guancang-num table td {
  border: 1px solid #eee;
}
.content .cont-box2 .right-section3 {
  padding-left: 25px;
}
.content .cont-box2 .notice-cont {
  /*鏂瑰織棣�*/
}
.content .cont-box2 .notice-cont .notice-item {
  width: 855px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  border-bottom: 1px dashed #ddd;
}
.content .cont-box2 .notice-cont .notice-item a {
  width: 760px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.content .cont-box2 .notice-cont .notice-item a:before {
  width: 5px;
  height: 5px;
  content: "";
  display: inline-block;
  position: relative;
  left: 5px;
  top: -2px;
  margin-right: 8px;
  background: #734409;
  border-radius: 50%;
}
.content .cont-box2 .notice-cont .notice-item a:hover {
  color: #333;
}
.content .cont-box2 .notice-cont .notice-item .notice-time {
  float: right;
  color: #aaa;
  font-size: 12px;
  margin-right: 10px;
}
.content .cont-box2 .notice-cont .edit-title {
  background: url("../../images/nanning/person-line_06.png") no-repeat right;
  width: 600px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-left: 100px;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.content .cont-box2 .notice-cont .edit-title .edit-write {
  float: right;
  margin-right: 28px;
  font-weight: normal;
  cursor: pointer;
}
.content .cont-box2 .notice-cont .edit-title .edit-psd {
  float: right;
  margin-right: 28px;
  font-weight: normal;
  cursor: pointer;
}
.content .cont-box2 .notice-cont .edit-title .edit-sub {
  float: right;
  margin-right: 28px;
  display: none;
  font-weight: normal;
  cursor: pointer;
}
.content .cont-box2 .notice-cont .edit-info p {
  text-align: left;
  width: 740px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 150px;
}
.content .cont-box2 .notice-cont .edit-info p label {
  width: 110px;
  font-weight: bold;
  display: inline-block;
  text-align: right;
  margin-right: 15px;
}
.content .cont-box2 .notice-cont .edit-info p input[type="text"] {
  outline: none;
  border: none;
  width: 210px;
  height: 27px;
  background: #fdfefd;
  padding-left: 10px;
  color: #444;
}
.content .cont-box2 .notice-cont .edit-info p .error {
  position: absolute;
  margin-left: 10px;
  color: red;
  font-size: 12px;
  visibility: hidden;
}
.content .cont-box2 .notice-cont .edit-info p .border {
  border: 1px solid #ddd!important;
}
.content .cont-box2 .notice-cont .edit-info p .sex-select {
  display: none;
  width: 220px;
  text-align: left;
}
.content .cont-box2 .notice-cont .edit-info p .sex-select input {
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.content .cont-box2 .notice-cont .edit-info p .sex-selected {
  width: 210px;
  display: inline-block;
  text-align: left;
  padding-left: 10px;
}
.content .cont-box2 .notice-cont .edit-info .phone-send {
  position: absolute;
  margin-left: 10px;
  top: 5px;
  border: 1px solid #ccc;
  height: 25px;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0 4px;
  line-height: 25px;
  cursor: pointer;
}
.content .cont-box2 .notice-cont .edit-info .phone-code {
  display: none;
}
.content .cont-box2 .notice-cont .edit-info .send-code2 {
  display: none;
}
.content .cont-box2 .notice-cont .psd-info {
  margin-left: 155px;
  width: 690px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
}
.content .cont-box2 .notice-cont .psd-info label {
  width: 110px;
  font-weight: bold;
  display: inline-block;
  text-align: right;
  margin-right: 15px;
}
.content .cont-box2 .notice-cont .psd-info input[type="password"] {
  outline: none;
  border: 1px solid #ddd;
  width: 210px;
  height: 27px;
  background: #fdfefd;
  padding-left: 10px;
  color: #444;
}
.content .cont-box2 .notice-cont .psd-info .psd-img {
  margin-left: 10px;
}
.content .cont-box2 .notice-cont .psd-info .red-psd {
  margin-left: 10px;
  color: red;
  display: none;
  font-size: 12px;
}
.content .cont-box2 .notice-cont .date-demo {
  background: url("../../images/nanning/date-bg_03.png") no-repeat;
  display: inline-block;
}
.content .cont-box2 .notice-cont .beatpicker-inputnode {
  width: 115px;
  height: 25px;
  border: 1px solid #ddd;
  margin-right: 25px;
  background: url("../../images/nanning/date-img_03.png") no-repeat 100px 4px !important;
  padding-left: 5px;
}
.content .cont-box2 .notice-cont .beatpicker-clear {
  display: none;
}
.content .cont-box2 .notice-cont .beatpicker .main-nav .current-indicator:hover {
  background: #4184a9;
}
.content .cont-box2 .notice-cont .beatpicker .footer {
  display: none;
}
.content .cont-box2 .notice-cont .resource-item {
  margin-top: 20px;
}
.content .cont-box2 .notice-cont .resource-item span {
  min-width: 80px;
  display: inline-block;
}
.content .cont-box2 .notice-cont .resource-item .resource-tab {
  display: inline-block;
}
.content .cont-box2 .notice-cont .resource-item .resource-tab span {
  margin-right: 10px;
}
.content .cont-box2 .notice-cont .resource-item .resource-tab span input {
  margin-right: 5px;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
}
.content .cont-box2 .notice-cont .resource-item .resource-tab .resource-out {
  width: 150px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #af955d;
  border-radius: 2px;
  font-size: 14px;
  color: #af955d;
  display: inline-block;
  text-align: center;
}
.content .cont-box2 .notice-cont .resource-item .resource-tab .resource-input {
  width: 240px;
  height: 25px;
  border: 1px solid #ddd;
  padding-left: 5px;
}
.content .cont-box2 .notice-cont .resource-item .resource-tab select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.content .cont-box2 .notice-cont .resource-item .resource-tab .resource-select {
  width: 84px;
  height: 25px;
  border: 1px solid #ddd;
  background: url("../../images/nanning/resource-sel_07.png") no-repeat right;
  padding-left: 5px;
  margin-right: 5px;
}
.content .cont-box2 .notice-cont .resource-item .resource-tab .resource-find {
  width: 65px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #af955d;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  background: #af955d;
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}
.content .cont-box2 .notice-cont .info-list {
  width: 830px;
  margin-top: 20px;
}
.content .cont-box2 .notice-cont .info-list table {
  width: 100%;
  border: 1px solid #eee;
  text-align: center;
  border-collapse: collapse;
}
.content .cont-box2 .notice-cont .info-list table tr,
.content .cont-box2 .notice-cont .info-list table th,
.content .cont-box2 .notice-cont .info-list table td {
  border: 1px solid #eee;
  height: 35px;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content .cont-box2 .notice-cont .info-list .list-title {
  background: #eee7d7;
  width: 100%;
  height: 35px;
}
.content .cont-box2 .notice-cont .info-list .table-page {
  height: 35px;
  line-height: 35px;
  border: 1px solid #eee;
  border-top: none;
}
.content .cont-box2 .notice-cont .info-list .table-page .page {
  float: right;
  margin-right: 15px;
}
.content .cont-box2 .notice-cont .info-list .table-page .page a {
  margin-right: 10px;
}
.content .cont-box2 .notice-cont .info-list .table-page .page input {
  width: 25px;
  height: 22px;
  border: 1px solid #ddd;
  padding-left: 5px;
}
.content .cont-box2 .notice-cont .info-list .table-page .page select {
  width: 45px;
  height: 24px;
  border: 1px solid #ddd;
}
.content .cont-box2 .notice-cont .show {
  display: block;
}
.content .cont-box2 .notice-cont .my-booktype {
  margin-top: 15px;
}
.content .cont-box2 .notice-cont .my-booktype .book-tab {
  overflow: hidden;
  position: relative;
  padding-right: 70px;
  height: 38px;
}
.content .cont-box2 .notice-cont .my-booktype .book-tab li {
  float: left;
  padding: 0 20px;
  background: #fff;
  border-radius: 4px;
  color: #af955d;
  border: 1px solid #af955d;
  height: 26px;
  margin-right: 6px;
  line-height: 26px;
  margin-bottom: 10px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 155px;
}
.content .cont-box2 .notice-cont .my-booktype .book-tab .cur {
  background: #af955d;
  color: #fff;
}
.content .cont-box2 .notice-cont .my-booktype .book-tab .more-btn {
  position: absolute;
  width: 45px;
  right: 20px;
  bottom: 10px;
  background: url("../../images/nanning/more-btn_07.png") no-repeat right;
}
.content .cont-box2 .notice-cont .my-booktype .book-tab .back-img {
  background: url("../../images/nanning/more-btn_08.png") no-repeat right;
}
.content .cont-box2 .notice-cont .my-booktype .auto-height {
  height: auto;
}
.content .cont-box2 .notice-cont .my-booktype .book-section {
  display: none;
}
.content .cont-box2 .notice-cont .my-booktype .book-section h2 {
  height: 27px;
  line-height: 27px;
}
.content .cont-box2 .notice-cont .my-booktype .book-section h2 a {
  height: 20px;
  line-height: 20px;
}
.content .cont-box2 .notice-cont .my-booktype .book-section .result-book-item .result-book-info .result-book-span .result-info {
  display: block;
  float: left;
}
.content .cont-box2 .notice-cont .my-booktype .on {
  display: block;
}
.content .cont-box2 .notice-cont .notify-section .notify-item {
  width: 855px;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}
.content .cont-box2 .notice-cont .notify-section .notify-item h3 {
  font-size: 12px;
}
.content .cont-box2 .notice-cont .notify-section .notify-item h3 .notify-new {
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  background: url("../../images/nanning/notify-img_03.png") no-repeat bottom;
  position: relative;
  top: 3px;
}
.content .cont-box2 .notice-cont .notify-section .notify-item h3 .notify-time {
  float: right;
  margin-right: 20px;
  color: #999;
  font-weight: normal;
}
.content .cont-box2 .notice-cont .notify-section .notify-item .notify-p {
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 740px;
  padding-left: 25px;
  margin-top: 15px;
}
.content .cont-box2 .notice-cont .notify-section .notify-item .notify-p p img {
  display: none;
}
.content .cont-box2 .notice-cont .notify-section .notify-read h3 {
  color: #777;
}
.content .cont-box2 .notice-cont .notify-section .notify-read h3 .notify-new {
  background: url("../../images/nanning/notify-img_03.png") no-repeat top;
}
.content .cont-box2 .notice-cont .beatpicker .header {
  background: #fff;
}
.content .cont-box2 .notice-on {
  display: block;
}
.content .cont-box2 .video-list {
  margin-left: 40px;
}
.content .cont-box2 .video-list .video-item {
  width: 855px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  border-bottom: 1px dashed #ddd;
}
.content .cont-box2 .video-list .video-item a {
  width: 760px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.content .cont-box2 .video-list .video-item a:before {
  width: 5px;
  height: 5px;
  content: "";
  display: inline-block;
  position: relative;
  left: 5px;
  top: -2px;
  margin-right: 8px;
  background: #734409;
  border-radius: 50%;
}
.content .cont-box2 .video-list .video-item a:hover {
  color: #333;
}
.content .cont-box2 .video-list .video-item .video-time {
  float: right;
  color: #aaa;
  font-size: 12px;
  margin-right: 10px;
}
.content .cont-box2 .right-section2 {
  padding-left: 0;
  width: 900px;
}
.content .cont-box2 .right-section2 .result-title {
  margin-left: 50px;
}
.content .cont-box2 .right-section2 .result-tab {
  height: 35px;
  margin-top: 20px;
}
.content .cont-box2 .right-section2 .result-tab ul {
  float: right;
  margin-right: 8px;
  background: #af955d;
  border-radius: 4px;
  overflow: hidden;
  border-right: 1px solid #af955d;
}
.content .cont-box2 .right-section2 .result-tab ul li {
  float: left;
  width: 70px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid #af955d;
  color: #af955d;
  margin-right: -1px;
  cursor: pointer;
}
.content .cont-box2 .right-section2 .result-tab ul .cur {
  background: #af955d;
  color: #fff;
}
.content .cont-box2 .right-section2 .on {
  display: block;
}
.content .cont-box2 .right-section2 .book-result-box {
  margin-top: 30px;
  overflow: hidden;
}
.content .cont-box2 .right-section2 .book-result-box .book-result-item {
  width: 120px;
  height: 210px;
  display: inline-block;
  margin-left: 55px;
  margin-bottom: 30px;
}
.content .cont-box2 .right-section2 .book-result-box .book-result-item img {
  width: 120px;
  height: 160px;
  border: 1px solid #ddd;
  display: block;
}
.content .cont-box2 .right-section2 .book-result-box .book-result-item span {
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 120px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .cont-box2 .right-section2 .book-result-box .book-result-item .time-span {
  font-size: 12px;
  color: #999;
  height: 15px;
  line-height: 10px;
}
.content .cont-box2 .right-section2 .book-result-box .book-result-item:hover {
  color: #755f2f;
}
.content .cont-box2 .menu-cont {
  width: 1060px;
  height: 550px;
  border: 1px solid #ddd;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 90px;
}
.content .cont-box2 .menu-cont .menu-tab {
  height: 48px;
  background: #f7f7f7;
  padding-left: 20px;
}
.content .cont-box2 .menu-cont .menu-tab li {
  width: 100px ;
  height: 36px;
  line-height: 36px;
  float: left;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  cursor: pointer;
}
.content .cont-box2 .menu-cont .menu-tab .cur {
  background: #af955d;
  border-radius: 4px;
  color: #fff;
}
.content .cont-box2 .menu-cont .menu-tab-cont {
  display: none;
  overflow: auto;
  height: 500px;
  padding: 0 15px;
}
.content .cont-box2 .menu-cont .menu-tab-cont p {
  font-size: 14px;
  text-indent: 26px;
  line-height: 180%;
  margin-top: 20px;
}
.content .cont-box2 .menu-cont .menu-tab-cont i {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  background: url("../../images/nanning/menu-btn_06.png") no-repeat;
  position: relative;
  top: 5px;
  cursor: pointer;
}
.content .cont-box2 .menu-cont .menu-tab-cont .more-btn {
  background: url("../../images/nanning/menu-btn_03.png") no-repeat;
}
.content .cont-box2 .menu-cont .menu-tab-cont .more-btn2 {
  background: url("../../images/nanning/menu-btn_03.png") no-repeat;
}
.content .cont-box2 .menu-cont .menu-tab-cont h2 {
  font-weight: normal;
  border-bottom: 1px dashed #ddd;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
}
.content .cont-box2 .menu-cont .menu-tab-cont .menu-two {
  display: none;
}
.content .cont-box2 .menu-cont .menu-tab-cont .menu-two h3 {
  font-weight: normal;
  border-bottom: 1px dashed #ddd;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.content .cont-box2 .menu-cont .menu-tab-cont .menu-three {
  display: none;
}
.content .cont-box2 .menu-cont .menu-tab-cont .menu-three li {
  border-bottom: 1px dashed #ddd;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  padding-left: 65px;
}
.content .cont-box2 .menu-cont .on {
  display: block;
}
.content .cont-box2 .menu-cont .menu-tab-cont::-webkit-scrollbar {
  width: 6px;
  height: 2px;
}
.content .cont-box2 .menu-cont .menu-tab-cont::-webkit-scrollbar-button {
  background-color: #eee6d9;
}
.content .cont-box2 .menu-cont .menu-tab-cont::-webkit-scrollbar-track {
  background: #eee6d9;
}
.content .cont-box2 .menu-cont .menu-tab-cont::-webkit-scrollbar-thumb {
  background: #ceb795;
  border-radius: 4px;
}
.content .cont-box2 .menu-cont .menu-tab-cont::-webkit-scrollbar-corner {
  background: #eee6d9;
}
.content .cont-box2 .detail-box {
  margin: 40px 50px;
  overflow: auto;
}
.content .cont-box2 .detail-box .book-left {
  float: left;
  margin-right: 20px;
}
.content .cont-box2 .detail-box .book-left img {
  width: 135px;
  height: 190px;
  display: block;
}
.content .cont-box2 .detail-box .result-book-info2 {
  float: left;
  width: 895px;
  height: 195px;
}
.content .cont-box2 .detail-box .result-book-info2 .result-info {
  float: left;
  width: 400px;
}
.content .cont-box2 .detail-box .result-book-info2 .result-info span {
  width: 230px;
  white-space: nowrap;
  position: absolute;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  font-weight: normal;
}
.content .cont-box2 .detail-box h2 {
  font-size: 20px;
}
.content .cont-box2 .detail-box .result-btn {
  margin-top: 16px;
  margin-bottom: 16px;
  overflow: auto;
  height: 34px;
}
.content .cont-box2 .detail-box .result-btn .result-read {
  float: left;
  padding: 0 7px;
  margin-right: 8px;
  background: #f0eadc;
  color: #af955d;
  line-height: 31px;
  display: inline-block;
  border-radius: 50px;
}
.content .cont-box2 .detail-box .result-btn .result-read img {
  position: relative;
  top: -2px;
}
.content .cont-box2 .detail-box .result-btn .result-read span {
  margin-left: 5px;
  display: inline-block;
}
.content .cont-box2 .detail-box .result-btn .stored-btn {
  float: left;
  width: 63px;
  height: 31px;
  padding: 0;
  background: url("../../images/nanning/read-load_08.png") no-repeat;
  display: none;
  background-color: #f0eadc;
  margin-right: 8px;
  border-radius: 50px;
}
.content .cont-box2 .detail-box .result-btn .stored-btn span {
  display: inline-block;
  height: 31px;
  line-height: 31px;
  width: 30px;
  margin-left: 28px;
  vertical-align: top;
  color: #af955d;
}
.content .cont-box2 .detail-box .detail-info {
  font-size: 12px;
  color: #333;
  line-height: 160%;
  text-indent: 20px;
  margin-bottom: 10px;
}
.content .cont-box2 .detail-box .result-info {
  color: #333;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 12px;
}
.content .cont-box2 .detail-box .result-info span {
  color: #333;
  font-weight: normal;
  margin-right: 75px;
}
.content .cont-box2 .details-item-tit {
  border: 1px solid #ddd;
  width: 96px;
  height: 32px;
  border-bottom: none;
  text-align: center;
  color: #765c24;
  line-height: 32px;
  position: absolute;
  z-index: 11;
  top: -32px;
  background: #fafcfa;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
}
.content .cont-box2 .details-item {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  position: relative;
  width: 1060px;
  margin-left: 50px;
  padding-top: 15px;
  padding-bottom: 70px;
}
.content .cont-box2 .details-item .details-a {
  width: 1045px;
  height: 40px;
  line-height: 40px;
  color: #333;
  display: block;
  position: relative;
  padding-left: 15px;
  border-bottom: 1px dashed #ddd;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .cont-box2 .details-item .details-a:before {
  width: 4px;
  height: 4px;
  background: #755f2f;
  display: block;
  position: absolute;
  left: 2px;
  top: 18px;
  content: '';
}
.content .cont-box2 .details-item .details-a:hover {
  color: #755f2f;
}
.content .cont-box2 .details-news h2 {
  border-top: 1px solid #eee;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  padding-top: 30px;
}
.content .cont-box2 .details-news .news-info {
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  width: 980px;
  margin: 0 auto;
  padding-top: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.content .cont-box2 .details-news .news-info span {
  font-weight: normal;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 155px;
  white-space: nowrap;
  position: relative;
  top: 4px;
}
.content .cont-box2 .details-news .news-info em {
  color: #ddd;
  font-weight: normal;
  font-style: normal;
  margin: 0 10px;
}
.content .cont-box2 .details-news p {
  padding: 0 30px;
  line-height: 180%;
  font-size: 14px;
}
.content .virtual-box {
  width: 1176px;
  background: #383838;
  padding: 0 12px;
  margin: 0 auto;
  min-height: 920px;
}
.content .virtual-tit {
  height: 80px;
  line-height: 80px;
}
.content .virtual-tit p {
  font-size: 26px;
  color: #eeeeee;
  float: left;
}
.content .virtual-tab {
  float: right;
  margin-top: 25px;
  text-align: center;
}
.content .virtual-tab li {
  width: 130px;
  height: 32px;
  margin-right: 10px;
  line-height: 32px;
  font-size: 14px;
  color: #eeeeee;
  background: url("../../images/nanning/virtual-tab_03.png") no-repeat right;
  float: left;
  cursor: pointer;
}
.content .virtual-tab .cur {
  background: url("../../images/nanning/virtual-tab_03.png") no-repeat left;
}
.content .virtual-img {
  width: 1176px;
  height: 665px;
  color: #eee;
}
.content .virtual-img img {
  height: 585px;
  width: 1176px;
}
.content .show-img {
  height: 585px;
}
.content .virtual-info {
  height: 55px;
  line-height: 200%;
  text-indent: 28px;
  font-size: 14px;
  color: #eeeeee;
  padding: 10px 20px;
  text-align: left;
}
.content .virtual-mp3 {
  font-size: 16px;
  color: #eee;
  padding-left: 20px;
  margin-bottom: 20px;
}
.content .virtual-cont {
  display: none;
}
.content .virtual-on {
  display: block;
}
.content .virtual-slideBox {
  position: relative;
  width: 1176px;
  color: #eee;
  margin-bottom: 20px;
}
.content .virtual-slideBox .bd {
  z-index: 1;
  height: 660px;
  overflow: hidden;
}
.content .virtual-slideBox .bd li {
  float: left;
  height: 660px;
  width: 1176px;
  text-align: center;
  cursor: pointer;
}
.content .virtual-slideBox .bd li img {
  height: 585px;
  width: 1176px;
}
.content .virtual-slideBox .hd {
  z-index: 0;
  height: 125px;
}
.content .virtual-slideBox .hd li {
  zoom: 1;
  vertical-align: middle;
  width: 147px;
  height: 86px;
  border: 3px solid #383838;
  float: left;
  position: relative;
  margin: 7px;
  cursor: pointer;
}
.content .virtual-slideBox .hd li img {
  width: 145px;
  height: 84px;
  display: block;
  border: 1px solid #d1b899;
}
.content .virtual-slideBox .hd li span {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .virtual-slideBox .hd li a {
  position: absolute;
  bottom: 1px;
  color: #ccc;
  left: 2px;
  background: url("../../images/nanning/mom-local_03.png") no-repeat;
  padding-left: 25px;
  width: 120px;
  height: 30px;
  display: none;
  line-height: 30px;
  font-size: 12px;
}
.content .virtual-slideBox .hd .on {
  border: 3px solid #d1b899;
}
.content .virtual-slideBox .hd .on a {
  display: block;
}
.content-region {
  background: none;
  min-height: 950px;
  background-size: contain;
}
.content-region .region-detail {
  width: 1170px;
  margin: 1px auto;
  background: #fafcfa;
  box-shadow: -1px 8px 26px -3px #9bb79b;
  min-height: 950px;
  padding: 0 15px;
  overflow: auto;
}
.content-region .region-detail .title-a {
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.content-region .region-detail h2 {
  font-size: 24px;
  text-align: center;
}
.content-region .region-detail .go-back {
  position: relative;
  top: 10px;
  background: url(../../images/nanning/goback_03.png) no-repeat;
  width: 100px;
  height: 30px;
  display: block;
}
.content-region .region-detail .reg-news {
  text-align: center;
  padding-bottom: 20px;
  width: 980px;
  margin: 0 auto;
  padding-top: 20px;
  color: #aaa;
  margin-bottom: 20px;
  font-size: 12px;
}
.content-region .region-detail .reg-news span {
  font-weight: normal;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
  white-space: nowrap;
  position: relative;
  top: 4px;
  margin-right: 15px;
}
.background-bg {
  display: none;
}
.index-bg {
  background: url("../../images/nanning/content-bg_01.png");
  background-size: 100% 100%;
}
.index-bg2 {
  background: none;
  background-size: 100% 100%;
}
.index-bg2 .region-item {
  width: 520px;
  height: 240px;
  float: left;
  margin: 0 0 32px 45px;
  background: #fafcfa;
  box-shadow: 0 3px 26px -8px #666;
}
.index-bg2 .region-item h1 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 12px;
  overflow: auto;
}
.index-bg2 .region-item h1 .green-line {
  width: 6px;
  height: 30px;
  display: inline-block;
  float: left;
  background: #367e12;
  margin-right: 10px;
}
.index-bg2 .region-item h1 .region-more {
  float: right;
  margin-right: 10px;
  color: #367e12;
  font-size: 12px;
}
.index-bg2 .region-item .img-a {
  width: 155px;
  height: 160px;
  display: block;
  float: left;
  margin: 20px 20px 0 20px;
}
.index-bg2 .region-item .img-a img {
  width: 155px;
  height: 160px;
  display: block;
}
.index-bg2 .region-item .region-list {
  float: left;
  width: 312px;
  height: 160px;
  overflow: hidden;
  margin-top: 15px;
}
.index-bg2 .region-item .region-list .region-info {
  font-size: 12px;
  text-indent: 25px;
  line-height: 180%;
  color: #666;
}
.index-bg2 .region-item .region-list .region-a {
  display: block;
  width: 300px;
  border-bottom: 1px dashed #ddd;
  height: 33px;
  line-height: 33px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
}
.index-bg2 .region-item .region-list .region-a:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  position: relative;
  top: -2px;
  left: 10px;
  margin-right: 20px;
  background: #7a7a7a;
}
.advanced-search-wrap {
  min-height: 600px;
}
.conetent-result {
  background: url("../../images/nanning/advan-bg_02.png");
  background-size: 100% 100%;
  min-height: 760px;
}
.advanced-search-wrap .resource-limit span {
  float: left;
  margin-right: 30px;
}
.advanced-search-wrap .resource-limit span input {
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.advanced-search-wrap .resource-limit {
  padding-top: 20px!important;
  height: 40px;
  line-height: 40px;
}
.select-list-hide {
  width: 107px;
  position: absolute;
  z-index: 2;
  left: -1px;
  top: 38px;
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.select-list-hide li {
  padding-left: 25px;
}
.hover-li:hover {
  cursor: pointer;
  background-color: #a7a39b;
}
.advanced-search-wrap {
  min-height: 650px;
}
.advanced-search-wrap .search-ul {
  padding-top: 40px;
}
.advanced-search-wrap .search-ul > li:first-child {
  margin-left: 120px;
  height: 50px;
}
.advanced-search-wrap .search-ul > li {
  padding-bottom: 10px;
  height: 50px;
  padding-left: 30px;
}
.advanced-search-wrap .search-ul > li .select-list {
  margin-right: 10px;
}
.advanced-search-wrap .search-ul > li .search-input {
  margin-right: 10px;
}
.advanced-search-wrap .advanced-search-list {
  min-height: 400px;
  position: relative;
  width: 1040px;
  margin: 0 auto;
  padding-top: 75px;
}
.advanced-search-wrap .advanced-search-list .search-h3 {
  width: 100px;
  text-align: center;
  margin-left: 15px;
  font-size: 18px;
  margin-bottom: 20px;
}
.advanced-search-wrap .advanced-search-list .select-list {
  position: relative;
  width: 110px;
  height: 39px;
  line-height: 40px;
  border: 1px solid #daebdf;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.advanced-search-wrap .advanced-search-list .select-list > span {
  display: inline-block;
  background: #fff;
  width: 100%;
  height: 100%;
  text-indent: 25px;
}
.advanced-search-wrap .advanced-search-list .select-list > span:hover {
  cursor: pointer;
}
.icon {
  background-image: url('../../images/nanning/icon.sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
}
.icon.icon-add {
  width: 20px;
  height: 20px;
  background: url('../../images/nanning/search-add_03.png') no-repeat bottom;
}
.icon.icon-down {
  width: 12px;
  height: 7px;
  background-image: url('../../images/nanning/icon.sprite.png');
  background-position: -10px -40px;
}
.icon.icon-reduce {
  width: 20px;
  height: 20px;
  background: url('../../images/nanning/search-add_03.png') no-repeat top;
}
.advanced-search-wrap .advanced-search-list .select-list .icon {
  position: absolute;
  right: 10px;
  top: 16px;
}
.advanced-search-wrap .advanced-search-list .select-list .select-list-show {
  display: none;
  position: absolute;
  z-index: 2;
  left: -1px;
  top: 38px;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.advanced-search-wrap .advanced-search-list .select-list .select-list-show li {
  width: 108px;
  height: 44px;
  line-height: 44px;
  background-color: #eee;
  margin-top: 1px;
}
.advanced-search-wrap .advanced-search-list .select-list .select-list-show li a {
  display: inline-block;
  text-indent: 25px;
  width: 100%;
  height: 100%;
}
.advanced-search-wrap .advanced-search-list .connect {
  width: 95px;
  margin-left: 15px;
}
.advanced-search-wrap .advanced-search-list .search-input {
  width: 560px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #daebdf;
  box-sizing: border-box;
  text-indent: 24px;
  -webkit-box-sizing: border-box;
}
.advanced-search-wrap .advanced-search-list .icon-wrap .icon {
  float: left;
  margin-top: 10px;
}
.advanced-search-wrap .advanced-search-list .icon-wrap .icon:hover {
  cursor: pointer;
}
.advanced-search-wrap .advanced-search-list .icon-wrap .icon-reduce {
  margin-right: 10px;
}
.advanced-search-wrap .advanced-search-list .time-limit {
  padding-top: 13px;
}
.advanced-search-wrap .advanced-search-list .time-limit .time {
  height: 40px;
  line-height: 40px;
  margin: 0 45px 0 31px;
}
.advanced-search-wrap .advanced-search-list .time-limit .line {
  margin: 0 13px;
  line-height: 40px;
  color: #333;
}
.advanced-search-wrap .advanced-search-list .btn-wrap {
  padding: 115px 0 133px 385px;
}
.advanced-search-wrap .advanced-search-list .btn-wrap .btn {
  width: 118px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-family: "鏂规瀹嬪埢鏈妤风畝";
  font-size: 20px;
}
.advanced-search-wrap .advanced-search-list .btn-wrap .btn:hover {
  cursor: pointer;
}
.advanced-search-wrap .advanced-search-list .btn-wrap .btn-search {
  background-color: #367e12;
  margin-right: 20px;
}
.advanced-search-wrap .advanced-search-list .btn-wrap .btn-reset {
  background-color: #aaaaaa;
}
.video-play-box {
  width: 1120px;
  height: 710px;
  background: #f5f5f5;
  padding: 20px 0 0 20px;
  margin-bottom: 100px;
}
.video-play-box h1 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-left: 20px;
}
.video-play-box h1 .result-read {
  padding: 0 7px;
  background: #f0eadc;
  color: #af955d;
  line-height: 31px;
  display: inline-block;
  border-radius: 50px;
  float: right;
  margin-right: 15px;
  font-size: 12px;
}
.video-play-box h1 .result-read img {
  position: relative;
  top: -2px;
}
.video-play-box h1 .result-read span {
  margin-left: 5px;
  display: inline-block;
}
.video-play-box .video-play-title {
  font-size: 14px;
}
.video-play-box .video-play-title span {
  margin-left: 20px;
  font-weight: bold;
}
.video-play-box .video-info {
  font-size: 12px;
  line-height: 180%;
  margin-top: 15px;
  padding: 0 20px;
  word-wrap: break-word;
}
.video-play-box .div-player {
  width: 840px;
  margin: 20px auto;
}
/*鏀惧ぇ鍥剧墖*/
.map-scale-box ul li {
  width: 185px;
  height: 160px;
  float: left;
  list-style: none;
  border-bottom: none;
  padding-left: 30px;
}
.map-scale-box ul li img {
  width: 185px;
  height: 115px;
}
.map-scale-box ul li a {
  width: 185px;
  height: 115px;
  border: 1px solid #ddd;
  display: block;
}
.map-scale-box ul li span {
  width: 185px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.map-scale-box ul li:before {
  display: none;
}
.video-img-item {
  margin-left: 20px;
}
.video-img-item .video-img {
  float: left;
  width: 185px;
  height: 145px;
  margin-left: 30px;
  margin-bottom: 50px;
}
.video-img-item .video-img img {
  width: 185px;
  height: 115px;
  border: 1px solid #ddd;
  display: block;
}
.video-img-item .video-img span {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.video-img-item .video-img:hover {
  color: #333;
}
.slideBox {
  width: 900px;
  margin-left: 20px;
}
.slideBox .hd {
  width: 900px;
  z-index: 1;
  overflow: auto;
}
.slideBox .hd li {
  float: left;
  width: 185px;
  height: 145px;
  margin-left: 30px;
  margin-bottom: 50px;
}
.slideBox .hd li img {
  width: 185px;
  height: 115px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.slideBox .hd li span {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.slideBox .bd {
  display: none;
}
.slideBox .bd .layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 199;
  background: rgba(0, 0, 0, 0.8);
}
.slideBox .bd .layer img {
  max-width: 1800px;
  max-height: 750px;
}
.slideBox .bd .layer .img-info {
  height: 70px;
  line-height: 160%;
  padding: 10px;
  color: #fff;
}
.slideBox .bd .layer .prev {
  position: absolute;
  left: 0;
  top: 0;
  display: block!important;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
.slideBox .bd .layer .next {
  position: absolute;
  right: 0;
  top: 0;
  display: block!important;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
.slideBox .bd .layer .close-btn {
  width: 100%;
  height: 100%;
  top: 0;
  border: beige;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1111;
  position: fixed;
}
.slideBox .bd .layer .slide-img {
  position: absolute;
  text-align: center;
  z-index: 2299;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*鍒嗛〉*/
.page_div {
  font-size: 15px;
  color: #666666;
  box-sizing: border-box;
  height: 50px;
  clear: both;
  margin: 20px auto;
  user-select: none;
  text-align: center;
}
.page_div div {
  float: none!important;
}
.page_div a {
  min-width: 22px;
  height: 26px;
  border: 1px solid #decfaf;
  text-align: center;
  margin: 0 4px;
  cursor: pointer;
  line-height: 26px;
  color: #897855;
  font-size: 13px;
  display: inline-block;
  background: #f8f6f1;
}
.page_div .firstPage,
.page_div .lastPage {
  width: 40px;
}
.page_div .prevPage,
.page_div .nextPage {
  width: 50px;
}
.page_div .disabled {
  background: #fff;
  color: #ddd;
  border: 1px solid #ddd;
  height: 26px;
  line-height: 26px;
  margin: 0 4px;
  display: inline-block;
  min-width: 50px;
  font-size: 13px;
  text-align: center;
}
.page_div .hiding {
  color: #c7b897;
}
.page_div .current {
  background-color: #af955d;
  border-color: #decfaf;
  color: #FFFFFF;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
}
.page_div .totalPages {
  margin: 0 10px;
}
.page_div .totalPages span,
.page_div .totalSize span {
  color: #555555;
  margin: 0 2px;
}
.page_div .countYe {
  position: relative;
}
.page_div .countYe input {
  width: 58px;
  height: 27px;
  border: 1px solid #ccc;
  outline: none;
  padding-left: 8px;
}
.page_div .countYe a {
  background: #fff;
  width: 20px;
  height: 22px;
  text-align: center;
  color: #ccc;
  margin: 0;
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 0px;
  border: 0;
}
.page_div .countYe a:hover {
  color: #af955d;
}
.footer {
  padding-top: 27px;
  padding-bottom: 30px;
  background-color: #3d463f;
  font-size: 12px;
}
.footer .row {
  color: #b0b2b0;
  line-height: 22px;
  text-align: center;
}
